翻訳と辞書
Words near each other
・ Automate This
・ Automated aerial refueling
・ Automated airport weather station
・ Automated Alice
・ Automated analyser
・ Automated Anatomical Labeling
・ Automated attendant
・ Automated bid managers
・ Automated Boxing Scoring System
・ Automated business process
・ Automated cargo spacecraft
・ Automated cash handling
・ Automated Certificate Management Environment
・ Automated charging machine
・ Automated Clearing House
Automated code review
・ Automated Content Access Protocol
・ Automated Criminal Intelligence Information System
・ Automated Customer Account Transfer Service
・ Automated Data Inquiry for Oil Spills
・ Automated decision support
・ Automated dispensing cabinet
・ Automated driving system
・ Automated ECG interpretation
・ Automated Enforcement System
・ Automated erotic stimulation device
・ Automated essay scoring
・ Automated exception handling
・ Automated Export System
・ Automated external defibrillator


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Automated code review : ウィキペディア英語版
Automated code review

Automated code review software checks source code for compliance with a predefined set of rules or best practices. The use of analytical methods to inspect and review source code to detect bugs has been a standard development practice. This process can be accomplished both manually and in an automated fashion. With automation, software tools provide assistance with the code review and inspection process. The review program or tool typically displays a list of warnings (violations of programming standards). A review program can also provide an automated or a programmer-assisted way to correct the issues found.
Some static code analysis tools can be used to assist with automated code review. They do not compare favorably to manual reviews, however they can be done faster and more efficiently. These tools also encapsulate deep knowledge of underlying rules and semantics required to perform this type analysis such that it does not require the human code reviewer to have the same level of expertise as an expert human auditor.〔 Many Integrated Development Environments also provide basic automated code review functionality. For example the Eclipse〔(【引用サイトリンク】 publisher=www.eclipse.org )〕 and Microsoft Visual Studio〔(【引用サイトリンク】 publisher=www.codeproject.com )〕 IDEs support a variety of plugins that facilitate code review.
Next to static code analysis tools, there are also tools that analyze and visualize software structures and help humans to better understand these. Such systems are geared more to analysis because they typically do not contain a predefined set of rules to check software against. Some of these tools (e.g. Imagix 4D, Resharper, SonarJ, Sotoarc, Structure101, ACTool〔(Architecture Consistency plugin for Eclipse )〕) allow one to define target architectures and enforce that target architecture constraints are not violated by the actual software implementation.
==Automated code review tools==
(詳細はウィキペディア(Wikipedia)

ウィキペディアで「Automated code review」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.